﻿/*index_page*/

.index_page {
    margin: 0 auto;
    padding: 0px 0px;
}


/*top_nav    头部导航栏*/

.top_nav {
    overflow: hidden;
}

.top_nav .tel {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #0253ff;
    font-family: "arial";
    font-weight: bold;
    white-space: nowrap;
}

.top_nav .tel img {
    display: block;
    max-width: 100%;
    margin-right: 13px;
}

.top_nav .topss {
    display: flex;
    width: 220px;
    display: flex;
    border: 1px solid #f1f1f1;
    transition: 0.5s;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.top_nav .topss input[type=text] {
    width: calc(100% - 37px);
    padding-left: 10px;
    background: none;
    outline: none;
    border: none;
}

.top_nav .topss input[type=button] {
    width: 37px;
    background: url(../../images/but.png) no-repeat center center;
    line-height: 34px;
    outline: none;
    border: none;
}

.top_nav .topss:hover {
    border-color: #0253ff;
}

.top_nav_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
}

.top_nav_con .top_nav_logo img {
    max-width: 100%;
    display: block;
}

.topmidul {
    display: flex;
    width: 45%;
    position: relative;
}

.topmidul li {
    width: fit-content;
    margin-right: 20px;
    line-height: 78px;
    cursor: pointer;
}

.topmidul li:hover {
    border-bottom: 2px solid #fcfcfc;
}

.topmidul li .nav_a {
    display: block;
    font-size: 16px;
    color: #010101;
    line-height: 78px;
    text-align: center;
    position: relative;
}

.topmidul li .nav_a::before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #0253ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}


/*.topmidul li:hover .nav_a, .topmidul li.active .nav_a { color: #0253ff; }*/


/*.topmidul li:hover .nav_a::before, .topmidul li.active .nav_a::before { width: 45px; }*/

.topmidul li:nth-child(4) .sub_ul li {
    width: calc(100% / 5);
}

.topmidul .sub_ul {
    display: none;
    width: 150%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
}

.topmidul .sub_ul li {
    float: left;
    width: initial;
    padding: 0 30px;
}

.topmidul .sub_ul li .nav_a2 {
    font-size: 15px;
    line-height: 40px;
    color: #010101;
    display: block;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*.topmidul li .nav_a2:hover, .topmidul li .nav_a2.on { color: #0253ff; }*/

.toprigul {
    display: flex;
}

.toprigul li {
    margin: 0px 5px;
}

.toprigul li a {
    color: black;
}


/*imenu_dvs*/

.imenu_dvs {
    position: absolute;
    top: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    height: 620px;
    display: none;
}

.imenu_dvs .dvs {
    width: 1200px;
    height: 530px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    border: 1px solid #f6f6f6;
}

.imenu_dvs .dvs .cd1 {
    width: 1200px;
    height: 620px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: gray;
}

a:active {
    color: black
}

a {
    color: gray;
}

.imenu_dvs .sty_cp {
    display: flex;
    position: relative;
}

.imenu_dvs .sty_cp .left {
    width: 20%;
    margin-top: 35px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.imenu_dvs .sty_cp .left ul {
    display: inline-block;
    width: 100%;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
}

.imenu_dvs .sty_cp .left ul li {
    padding: 25px 18px 25px 30px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-right: 2px solid transparent;
    transition: all .25s ease-in-out;
}

.imenu_dvs .sty_cp .left ul li:before {
    content: "";
    background-image: url(../../images/bgpic/ico_1.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.imenu_dvs .sty_cp .left ul li:after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_cp .left ul li:hover {
    border-right: 2px solid #3860f4;
    color: #3860f4
}

.imenu_dvs .sty_cp .right {
    width: 80%;
    margin-top: 45px;
    display: flex;
    padding: 0px 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.imenu_dvs .sty_cp .right .cp {
    display: block;
    width: calc(100% /4);
    margin-top: 10px;
}

.imenu_dvs .sty_cp .toptit .left {
    width: 70%;
    margin-top: 0px;
    text-align: left;
    padding-left: 25px;
    color: gray;
    font-size: 12px;
}

.imenu_dvs .sty_cp .toptit .right {
    width: 30%;
    margin-top: 0px;
}

.imenu_dvs .sty_cp .toptit {
    width: 100%;
    background-color: #ebf0fc;
    position: absolute;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
}

.imenu_dvs .sty_cp .toptit .right i:nth-child(1) {
    margin-right: 10px;
    background-image: url('../../images/bgpic/cpdj.png');
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: top;
}

.imenu_dvs .sty_cp .toptit .right i:nth-child(2) {
    margin-right: 10px;
    background-image: url('../../images/bgpic/cpdt.png');
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: top;
}

.imenu_dvs .sty_cp .toptit .right a {
    margin: 0px 10px;
}

.imenu_dvs .sty_fa {
    display: flex;
}

.imenu_dvs .sty_fa .left {
    width: 20%;
}

.imenu_dvs .sty_fa .left ul {
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
    display: inline-block;
    width: 100%;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
}

.imenu_dvs .sty_fa .left ul li {
    overflow: hidden;
    border-right: 2px solid transparent;
    transition: all .25s ease-in-out;
    position: relative;
    padding: 25px 18px 25px 30px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.imenu_dvs .sty_fa .left ul li::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_fa .left ul li:before {
    content: "";
    background-image: url(../../images/bgpic/ico_1.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.imenu_dvs .sty_fa .left ul li:hover {
    border-right: 2px solid #3860f4;
    color: #3860f4
}

.imenu_dvs .sty_fa .right {
    width: 72%;
    margin: 0 auto;
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.imenu_dvs .sty_fa .right .fa {
    margin-right: 32px;
    width: calc(100% /5);
    text-align: left;
}

.imenu_dvs .sty_fa .right .fa a {
    display: block;
    position: relative;
    color: #374567;
    cursor: pointer;
    margin-bottom: 25px;
}

.imenu_dvs .sty_fa .right .fa a span {
    display: inline-block;
    line-height: 32px;
    color: #374567;
    font-weight: 700;
    margin-right: 12px;
}

.imenu_dvs .sty_fa .right .fa a span:hover {
    color: #3860f4
}

.imenu_dvs .sty_fa .right .fa a div {
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    min-height: 36px;
    color: #7a8ba6;
    border-bottom: 1px #d2d2d2 solid;
}

.imenu_dvs .sty_fa .right .fa div {
    display: flex;
}

.imenu_dvs .sty_fa .right .fa div a img {
    width: 50px;
}

.imenu_dvs .sty_fa .right .fa div a {
    margin-right: 10px;
    box-shadow: 0px 5px 5px #ccc;
}

.imenu_dvs .sty_sj {
    display: flex;
}

.imenu_dvs .sty_sj .left {
    width: 20%;
}

.imenu_dvs .sty_sj .left ul {
    display: inline-block;
    width: 226px;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
}

.imenu_dvs .sty_sj .left ul li {
    position: relative;
    padding: 25px 18px 25px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 2px solid transparent;
}

.imenu_dvs .sty_sj .left ul li .tit {
    font-weight: 600;
    padding: 10px 0px;
    width: 100%;
}

.imenu_dvs .sty_sj .left ul li .con {
    font-size: 14px;
    color: grey;
    line-height: 25px;
}

.imenu_dvs .sty_sj .left ul li .btn {
    padding: 10px 0px;
}

.imenu_dvs .sty_sj .left ul li .btn a {
    color: #3860f4;
}


/*.imenu_dvs .sty_sj .left ul li:before { content: ""; background-image: url(../../images/bgpic/ico_1.png); background-repeat: no-repeat; display: block; width: 15px; height: 15px; }*/


/*.imenu_dvs .sty_sj .left ul li:hover { border-right: 2px solid #3860f4; color: #3860f4 }*/

.imenu_dvs .sty_sj .left ul li::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_sj .left ul li div {
    text-align: left;
    width: 100%;
}

.imenu_dvs .sty_sj .right {
    width: 80%;
    margin-top: 20px;
    display: flex;
    padding: 0px 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.imenu_dvs .sty_sj .right .sj {
    display: block;
    width: calc(100% /4);
    margin-top: 10px;
}

.imenu_dvs .sty_xw {
    display: flex;
}

.imenu_dvs .sty_xw .left {
    width: 20%;
}

.imenu_dvs .sty_xw .left ul {
    display: inline-block;
    width: 100%;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
}

.imenu_dvs .sty_xw .left ul li {
    position: relative;
    padding: 25px 18px 25px 30px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.imenu_dvs .sty_xw .left ul li:before {
    content: "";
    background-image: url(../../images/bgpic/ico_1.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.imenu_dvs .sty_xw .left ul li:hover {
    border-right: 2px solid #3860f4;
    color: #3860f4
}

.imenu_dvs .sty_xw .left ul li::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_xw .right {
    width: 80%;
    margin-top: 10px;
}

.imenu_dvs .sty_xw .right .xw {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.imenu_dvs .sty_xw .right .xw ul li img {
    width: 92px;
    height: 50px;
}

.imenu_dvs .sty_xw .right .xw ul li {
    width: 92px;
    height: 50px;
    margin-right: 30px;
    margin-bottom: 64px;
    cursor: pointer;
}

.imenu_dvs .sty_xw .right .xw ul li div {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imenu_dvs .sty_xw .right .xw ul {
    display: flex;
    flex-wrap: wrap;
}

.imenu_dvs .sty_xw .right .xw .tit {
    width: 100%;
    text-align: left;
    border-bottom: #e5e5e5 1px solid;
    padding: 15px 0px;
    font-weight: 600;
}

.sty_we {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0px;
    font-weight: 600;
}

.sty_we .item {
    width: 308px;
    margin-top: 20px;
}

.sty_we .item li {
    width: 100%;
}


/* iAdv_dvs */

.iAdv_dvs {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    height: 650px;
    overflow: hidden;
}

.iAdv_dvs .ad {
    display: none;
    margin-top: 100px;
}

.iAdv_dvs .ad img {
    width: 100%;
}


/*.iAdv_dvs .adv {}*/


/*.iAdv_dvs .dh { animation-name: fadeIn2; animation-duration: 4s; }*/

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.adv_ck {
    position: absolute;
    top: 20%;
    z-index: 999;
}

.adv_ck ul {
    position: absolute;
    top: 20%;
    left: 0%;
    cursor: pointer;
}

.adv_ck li {
    margin: 10px 10px 10px 10px;
    height: 25px;
    width: 60px;
    border: 0px red solid;
    cursor: pointer;
}

.adv_ck li span {
    margin: 10px 0px 0px 0px;
    height: 1px;
    width: 30px;
    background-color: cornflowerblue;
    border-radius: 5px;
    display: block;
}

.adv_ck li .on {
    margin: 10px 0px 0px 0px;
    height: 1px;
    width: 30px;
    background-color: cornflowerblue;
    border-radius: 5px;
    cursor: pointer;
    animation-name: line_left;
    animation-duration: 2s;
    display: block;
    animation-fill-mode: forwards;
}

@-webkit-keyframes line_left {
    0% {
        width: 30px
    }
    100% {
        width: 60px
    }
}


/* top-banner */

.top-banner {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.top-banner .owl-carousel .owl-stage-outer {
    height: 100%
}

.top-banner .top-banner-list {
    width: 100%;
    height: 100%
}

.top-banner .top-banner-list .owl-prev {
    position: absolute;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 28px;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(/Upfile/images/ico_w.svg);
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #fff
}

.top-banner .top-banner-list .owl-next {
    position: absolute;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 28px;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(180deg);
    -moz-transform: translate(0%, -50%) rotate(180deg);
    -ms-transform: translate(0%, -50%) rotate(180deg);
    -o-transform: translate(0%, -50%) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
    background-image: url(/Upfile/images/ico_w.svg );
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #fff
}

.top-banner .top-banner-list .banner-item {
    position: relative;
    width: 100%;
    height: 968px;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.top-banner .top-banner-list .banner-item .bottomBg0 {
    position: absolute;
    width: 100%;
    height: 968px;
    overflow: hidden
}

.top-banner .top-banner-list .banner-item .bottomBg0_bg {
    position: absolute;
    width: 100%;
    height: 1080px;
    top: 0;
    left: 0;
    background-image: url(/img/system/www/p/index/bg_pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.top-banner .top-banner-list .banner-item .bottomBg0.top .bottomBg0_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.top-banner .top-banner-list .banner-item .bottomBg11 {
    z-index: 998;
    position: absolute;
    width: 439px;
    height: 98px;
    bottom: 20px;
    right: 720px;
    background-position: center;
    background-repeat: no-repeat;
}

.top-banner .top-banner-list .banner-item .bottomBg12 {
    z-index: 999;
    position: absolute;
    width: 308px;
    height: 802px;
    bottom: -61px;
    right: 300px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-banner .top-banner-list .banner-item .bottomBg21 {
    z-index: 998;
    position: absolute;
    width: 792px;
    height: 835px;
    bottom: -180px;
    right: 265px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-banner .top-banner-list .banner-item .bottomBg31 {
    z-index: 998;
    position: absolute;
    width: 850px;
    height: 543px;
    bottom: -180px;
    right: 265px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 20px 40px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 20px 40px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 20px 40px rgba(112, 112, 112, 0.5)
}

.top-banner .top-banner-list .banner-item .bottomBg32 {
    z-index: 999;
    position: absolute;
    width: 371px;
    height: 789px;
    bottom: -61px;
    right: 196px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 10px 30px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 10px 30px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 10px 30px rgba(112, 112, 112, 0.5);
    border-radius: 30px
}

.top-banner .top-banner-list .banner-item .bottomBg41 {
    z-index: 998;
    position: absolute;
    width: 850px;
    height: 543px;
    bottom: -180px;
    right: 265px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 20px 40px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 20px 40px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 20px 40px rgba(112, 112, 112, 0.5)
}

.top-banner .top-banner-list .banner-item .bottomBg42 {
    z-index: 999;
    position: absolute;
    width: 371px;
    height: 789px;
    bottom: -61px;
    right: 196px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 10px 30px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 10px 30px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 10px 30px rgba(112, 112, 112, 0.5);
    border-radius: 30px
}

.top-banner .top-banner-list .banner-item .txt {
    width: 100%;
    max-width: 1640px;
    padding: 306px 70px 0 70px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .txt1 {
    font-size: 72px;
    font-weight: bold;
    line-height: 105px;
    color: #FFFFFF
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .txt1 br {
    display: none
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .txt2 {
    margin-top: 35px;
    height: 97px;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .txt3 {
    width: 530px;
    height: 132px;
    font-size: 24px;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFF
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .link-box a {
    width: 185px;
    height: 56px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: bold;
    line-height: 56px;
    display: block;
    margin-top: 39px;
    text-align: center;
    color: #fff;
    position: relative;
    padding-right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .link-box a .icon_content {
    width: 209px;
    padding: 17px;
    background: #C1A325;
    box-sizing: border-box;
    margin-top: 16px;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 15px;
    margin-left: 0%;
    display: none
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .link-box a .icon_content:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #C1A325;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .link-box a:after {
    content: '';
    background-image: url(/Upfile/images/btn_long_w.svg );
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-top: 13px;
    position: absolute;
    margin-left: 6px;
    top: 0;
    right: 30px
}

.top-banner .top-banner-list .banner-item .txt .txt-inner .link-box a:hover,
.top-banner .top-banner-list .banner-item .txt .txt-inner .link-box a.on {
    background: #C1A325;
    border: 1px solid #C1A325
}


/*piclb*/

.piclb {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 720px;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    width: 1080px;
    margin: 0 auto;
}

.lbbg {
    background-image: url('../../upfile/adv/index-bgs.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


/*cpfw产品服务*/

.cpfw .cpfwmenu .fwtop ul .lick {
    border-bottom: 3px solid #99cd09;
    padding-bottom: 5px;
}

.cpfw {
    overflow: hidden;
    width: 100%;
    margin-bottom: 100px;
}

.cpfw .cpfwmenu {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
}

.cpfw .cpfwmenu .fwtit {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0px 50px 0px;
    position: relative;
}

.cpfw .cpfwmenu .fwtit .subtit {
    font-size: 15px;
    color: #b9b9b9;
    margin-left: 15px;
    position: absolute;
    top: 15px;
}

.cpfw .cpfwmenu .fwtop {
    width: 100%;
}

.cpfw .cpfwmenu .fwtop ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.cpfw .cpfwmenu .fwtop ul li {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cpfw .cpfwmenu .fwtop ul li:hover {
    cursor: pointer;
}

.cpfw .cpfwmenu .fwtop ul li img {
    width: 50px;
    height: 45px;
}

.cpfw .cpfwmenu .fwtop ul li .litit {
    font-size: 18px;
    font-weight: 600;
}

.cpfw .cpfwmenu .fwbot {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
    /* min-height: 310px; */
}

.cpfw .cpfwmenu .fwbot .cp {
    width: calc(100%/3);
    margin-right: 0px;
    margin-bottom: 20px;
}

.cpfw .cpfwmenu .fwbot .item {
    width: 90%;
    margin: 10px 0px 0px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cpfw .cpfwmenu .fwbot .item .cpico {
    margin-top: 4px;
    width: fit-content;
    height: fit-content;
    padding: 12px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(173, 190, 204, .35);
}

.cpfw .cpfwmenu .fwbot .item .cpico img {
    width: 40px;
    height: 40px;
}

.cpfw .cpfwmenu .fwbot .item .txt {
    width: 71%;
}

.cpfw .cpfwmenu .fwbot .item .itemtit {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
}

.cpfw .cpfwmenu .fwbot .item .itemtit img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
}

.cpfw .cpfwmenu .fwbot .item .itemcon {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 12px;
    color: gray;
    line-height: 23px;
}


/*jjfa解决方案*/

.jjfa {
    overflow: hidden;
    width: 100%;
    padding-bottom: 100px;
    background-image: url('../../images/bgpic/jjfa_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.jjfa .jjfamenu {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
}

.jjfa .jjfamenu .fatit {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0px 50px 0px;
    position: relative;
}

.jjfa .jjfamenu .fatit .subtit {
    font-size: 15px;
    color: #b9b9b9;
    margin-left: 15px;
    position: absolute;
    top: 15px;
}

.jjfa .jjfamenu .fabot {
    position: relative;
}

.jjfa .jjfamenu .fabot ul {
    margin-top: 48px;
    font-size: 0;
}

.jjfa .jjfamenu .fabot ul li {
    position: relative;
    display: inline-block;
    margin: 0 24px 30px 0;
    padding: 38px 32px 74px 32px;
    width: 278px;
    height: 160px;
    background: #fff;
    vertical-align: top;
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    border: 1px solid #e1e6f0;
    border-radius: 20px;
}

.jjfa .jjfamenu .fabot ul li h3 {
    color: #374567;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.jjfa .jjfamenu .fabot ul li h3 img {
    display: inline-block;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    vertical-align: top;
    margin-left: -12px;
}

.jjfa .jjfamenu .fabot ul li h3 span {
    color: #374567;
    font-size: 18px;
    font-weight: 800;
}

.jjfa .jjfamenu .fabot ul li p {
    margin: 8px 0 24px 0;
    font-size: 15px;
    color: #7a8ba6;
    line-height: 32px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jjfa .jjfamenu .fabot ul li a {
    display: inline-block;
    padding: 0 24px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all .25s ease-in-out;
    border: 1px solid #3357df;
    color: #3357df;
}

.jjfa .jjfamenu .fabot ul li a:hover {
    background: linear-gradient(to right, #537ffa, #3357df);
    color: #fff;
}

.jjfa .jjfamenu .fabot ul li:nth-child(3),
.jjfa .jjfamenu .fabot ul li:nth-child(6) {
    margin-right: 0;
}

.jjfa .jjfamenu .fabot ul .fa_more {
    background-image: url('/images/bgpic/fa_more.jpg');
    background-repeat: no-repeat;
}


/*我们的优势*/

.weadv {
    overflow: hidden;
    width: 100%;
    background-color: #005ada;
    background-image: url('/images/bgpic/ysbg.png');
    background-repeat: no-repeat;
    border-bottom: 1px #c9c9c9 solid;
}

.weadv .weadvmenu {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.weadv .weadvmenu ul {
    margin-top: 35px;
    font-size: 0;
}

.weadv .weadvmenu ul li {
    position: relative;
    display: inline-block;
    margin: 0 24px 24px 0;
    padding: 15px 32px 20px 32px;
    width: 278px;
    height: 252px;
    background: #fff;
    vertical-align: top;
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    border: 1px solid #e1e6f0;
    border-radius: 20px;
}

.weadv .weadvmenu ul li h3 {
    color: #374567;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.weadv .weadvmenu ul li h3 img {
    display: inline-block;
    margin-right: 12px;
    margin-top: 4px;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.weadv .weadvmenu ul li p {
    margin: 8px 0 24px 0;
    font-size: 16px;
    color: #7a8ba6;
    line-height: 32px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.weadv .weadvmenu ul li a {}

.weadv .weadvmenu ul li:nth-child(1) {
    background: transparent;
    border: none;
    padding: 0px 32px 74px 0px;
    margin: 0 58px 24px 0;
}

.weadv .weadvmenu ul li:nth-child(1) .firtit {
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.weadv .weadvmenu ul li:nth-child(1) .con {
    color: white;
    margin-top: 21px;
    font-size: 14px;
    line-height: 28px;
    width: 340px;
}

.weadv .weadvmenu ul li:nth-child(3),
.weadv .weadvmenu ul li:nth-child(6) {
    margin-right: 0;
}

.weadv .weadvmenu ul li .flexdvt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.weadv .weadvmenu ul li .titdvt {
    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
}

.weadv .weadvmenu ul li img {
    margin-top: 20px;
}

.weadv .weadvmenu ul li .condvt {
    font-size: 13px;
    color: #a2a2a2;
    margin-top: 25px;
    line-height: 23px;
    letter-spacing: 2px;
}

.weadv .weadvmenu .weadvbot {
    width: 100%;
    display: flex;
    margin-top: 25px;
}

.weadv .weadvmenu .weadvbot .rowdvt {
    width: calc(100% /4);
    text-align: center;
    margin-bottom: 50px;
}

.weadv .weadvmenu .weadvbot .top {
    font-size: 50px;
    color: white;
    font-weight: 600;
}

.weadv .weadvmenu .weadvbot .bot {
    color: white;
}


/*qqjd*/

.qqjd {
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7;
    height: 615px;
}

.qqjd .condvt {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
}

.qqjd .condvt img {
    margin-top: 25px;
    width: 890px;
    height: 430px;
}

.qqjd .condvt .fatit {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin: 75px 0px 40px 0px;
    position: relative;
}

.qqjd .condvt .fatit .subtit {
    font-size: 15px;
    color: #b9b9b9;
    margin-left: 15px;
    position: absolute;
    top: 15px;
}

.qqjd .condvt .imgtxt {
    display: flex;
    width: 105%;
}

.qqjd .condvt .leftdvt {
    width: 890px;
    position: relative;
}

.qqjd .condvt .leftdvt .xddw {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    font-size: 12px;
    color: white;
    text-shadow: 1px 1px 3px #000000;
}

.qqjd .condvt .leftdvt .xddw:hover {
    font-weight: 600;
    font-size: 16px;
    color: #e1be60;
    cursor: pointer;
    z-index: 9999;
}

.qqjd .condvt .leftdvt .xddw img {
    width: 10px;
    height: 12px;
    padding: 0px;
    margin: 0px;
}


/* 洛杉矶 */

.qqjd .condvt .leftdvt .lsj {
    position: absolute;
    top: 175px;
    left: 110px;
}


/* //圣保罗 */

.qqjd .condvt .leftdvt .sbl {
    position: absolute;
    top: 310px;
    left: 250px;
}


/* //法兰福克 */

.qqjd .condvt .leftdvt .flfk {
    position: absolute;
    top: 149px;
    left: 400px;
}

.qqjd .condvt .leftdvt .flfk {
    position: absolute;
    top: 151px;
    left: 400px;
    color: white;
    text-shadow: 1px 1px 3px #000000;
}


/* //非洲 */

.qqjd .condvt .leftdvt .fz {
    position: absolute;
    top: 239px;
    left: 410px;
}


/* //印度 */

.qqjd .condvt .leftdvt .yd {
    position: absolute;
    top: 210px;
    left: 584px;
    text-shadow: 1px 1px 3px #000000;
}


/* //印尼 */

.qqjd .condvt .leftdvt .yn {
    position: absolute;
    top: 291px;
    left: 676px;
}


/* //新加披 */

.qqjd .condvt .leftdvt .xjp {
    position: absolute;
    top: 265px;
    left: 643px;
}


/* //越南 */

.qqjd .condvt .leftdvt .yuen {
    position: absolute;
    top: 235px;
    left: 654px;
}


/* //香港 */

.qqjd .condvt .leftdvt .hk {
    position: absolute;
    top: 226px;
    left: 676px;
}


/* //广东 */

.qqjd .condvt .leftdvt .gd {
    position: absolute;
    top: 202px;
    left: 668px;
}


/* //湖南 */

.qqjd .condvt .leftdvt .hun {
    position: absolute;
    top: 181px;
    left: 656px;
}


/* //江西 */

.qqjd .condvt .leftdvt .jx {
    position: absolute;
    top: 192px;
    left: 681px;
}


/* //浙江 */

.qqjd .condvt .leftdvt .zj {
    position: absolute;
    top: 212px;
    left: 693px;
}


/* //上海 */

.qqjd .condvt .leftdvt .sh {
    position: absolute;
    top: 185px;
    left: 693px;
}


/* //江苏 */

.qqjd .condvt .leftdvt .js {
    position: absolute;
    top: 172px;
    left: 685px;
}


/* //内蒙古 */

.qqjd .condvt .leftdvt .nmg {
    position: absolute;
    top: 143px;
    left: 603px;
}


/* //北京 */

.qqjd .condvt .leftdvt .bj {
    position: absolute;
    top: 147px;
    left: 685px;
}


/* //韩国 */

.qqjd .condvt .leftdvt .hg {
    position: absolute;
    top: 174px;
    left: 712px;
}


/* //日本 */

.qqjd .condvt .leftdvt .rb {
    position: absolute;
    top: 175px;
    left: 738px;
}

.qqjd .condvt .righttdvt {
    width: 190px;
    margin-left: 40px;
}

.qqjd .condvt .righttdvt h1 {
    font-size: 30px;
    letter-spacing: 5px;
}

.qqjd .condvt .righttdvt div {
    font-size: 20px;
    color: #7194fe;
    margin-top: 5px;
}

.qqjd .condvt .righttdvt ul {
    margin-top: 80px;
}

.qqjd .condvt .righttdvt ul li {
    margin-bottom: 10px;
    font-weight: 600;
    cursor: pointer;
}

.qqjd .condvt .righttdvt ul li:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 10px 0px 0px;
    border-radius: 50%;
    background-image: url('../../images/bgpic/zlbj.png');
    background-size: 100% 100%;
    vertical-align: middle;
}


/*news新闻动态*/

.news {
    overflow: hidden;
    width: 100%;
    margin-bottom: 100px;
}

.news .condvt {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
}

.news .condvt .newtit {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin: 55px 0px 40px 0px;
    position: relative;
}

.news .condvt .newtit .subtit {
    font-size: 15px;
    color: #b9b9b9;
    margin-left: 15px;
    position: absolute;
    top: 14px;
}

.news .condvt .lxsel {}

.news .condvt .lxsel ul {
    display: flex;
}

.news .condvt .lxsel ul .liybcs {
    font-weight: 600;
    padding: 0px 20px 3px 5px;
    border-bottom: 3px solid #d9d9d9;
    cursor: pointer;
    font-size: 16px;
}


/*//点击的li样式*/

.news .condvt .lxsel ul .lick {
    border-bottom: 3px solid #0e68a9;
}

.news .condvt .newcon {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    display: none;
}

.news .condvt .newcon .item {
    width: 28%;
    display: flex;
    flex-direction: column;
    height: 170px;
    justify-content: space-between;
    float: left;
    margin-right: 55px;
}

.news .condvt .newcon .item .txt {
    font-weight: 600;
    cursor: pointer;
    color: black;
}

.news .condvt .newcon .item .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: gray;
    font-size: 14px;
    line-height: 25px;
}


/*合作伙伴*/

.hzhb {
    overflow: hidden;
    width: 100%;
    margin-bottom: 100px;
}

.hzhb .condvt {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
}

.hzhb .condvt .hzhbtit {
    width: 25%;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 90px 20px 0px;
    position: relative;
}

.hzhb .condvt .hzhbtit .subtit {
    font-size: 15px;
    color: #b9b9b9;
    margin-left: 15px;
    position: absolute;
    top: 15px;
}

.hzhb .condvt .hzhbtit .txt {
    color: gray;
    margin-top: 25px;
    line-height: 27px;
    font-size: 14px;
}

.hzhb .condvt .right {
    width: 65%;
}


/* 
.hzhb .condvt .right {
    display: flex;
}

.hzhb .condvt .right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hzhb .condvt .right ul li {
    width: calc(100% / 4);
    text-align: right;
}

.hzhb .condvt .right ul li img {
    width: 135px;
} */


/*最底部*/

.under {
    overflow: hidden;
    width: 100%;
    background-color: #015ada;
    border-bottom: 1px #d4d4d430 solid;
    padding-bottom: 25px;
}

.under .con {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    flex-direction: column;
}

.under .con .uncon {
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
}

.under .uncon .left {
    width: 25%;
}

.under .uncon .left div {
    color: white;
    margin: 10px 0px 20px 0px;
}

.under .uncon .left ul {
    display: flex;
}

.under .uncon .left ul li {
    margin-right: 25px;
}

.under .uncon .left ul li img {
    width: 80px;
}

.under .uncon .right {
    display: flex;
    margin-left: 30px;
}

.under .uncon .right .itemmenu h1 {
    margin-bottom: 30px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.under .uncon .right .itemmenu {
    margin-left: 80px;
    margin-right: 10px;
}

.under .uncon .right .itemmenu ul li {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    cursor: pointer;
    margin-bottom: 5px;
}

.under .uncon .right .itemmenu ul li:hover {
    color: white;
}


/*版权所有*/

.bqsy {
    overflow: hidden;
    width: 100%;
    background-color: #015ada;
}

.bqsy .bqsycon {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: white;
    margin-top: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bqsy .bqsycon span {
    font-size: 14px;
}

#box {
    width: 100%;
    /* 设置父元素盒子总宽度=每张图片宽度+图片中间的边距margin之和 */
    margin: 50px auto;
    /* 设置父元素距顶部50px，居中，便于显示 */
    overflow: hidden;
    /* 设置超出的图片内容隐藏 */
}

#box ul {
    list-style: none;
    /* 取消ul的默认圆点样式 */
    width: 5000px;
    /* ul宽度设置大一点，超过图片+边距总长度的两倍 */
    position: relative;
    /* 设置相对定位，便于使用left控制图片列表的位置，不断左移 */
}

#box ul li {
    float: left;
    /* 设置每一项靠左在一行显示 */
    margin-right: 10px;
    /* 设置右边距 */
    width: calc(800px/4);
}

#list img {
    width: 150px;
    /* 设置图片统一宽度 */
}


/* 当鼠标悬浮在图片上时 */

#list img:hover {
    cursor: pointer;
    /* 鼠标变为手势 */
    scale: 1.3;
    /* 图片放大为1.3倍 */
}